This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Umberto Refreeverynds 25.Dec.03 08:15 AM a Web browser Toolkits6.0.1Windows 2000
in ISAPI filter the HTTP_FILTER_CONTEXT has AddResponseHeaders method but I can not found the same function in dsapi,who can tell me how can I use dsapi to get the same effect?(AddResponseHeaders)
And another question is:
in dsapi FilterContext
int ( *ServerSupport )( struct _FilterContext *pContext,
unsigned int funcType,
void *pData1,
void *pData2,
unsigned int other,
unsigned int *pErrID );
what the use of pdata2 and the unsigned int other,I can not found the example,who can show me the way to use it?